Click or drag to resize

ResourceGetProperty Method (String, String)

Gets the property from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public Property GetProperty(
	string address,
	string propertyName
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
propertyName
Type: SystemString
The name of the property to retrieve. Property namespace is "DAV:"

Return Value

Type: Property
The requested property.
See Also